Documentation
LiveWire25.1.0 New FeaturesDownload PDF
Required SSH Configuration
Usage of this plugin will likely require changes to the LiveWire and the target box. Both endpoints must be able to agree on a ciphersuite which is also supported by Ubuntu’s libssh1.10.
LiveWire config:
Add the following lines to /root/.ssh/config
A screenshot of a computerDescription automatically generated
Target config:
Make the following changes to /etc/ssh/sshd_config
Delete the following lines if they exist:
A screenshot of a computerDescription automatically generated
Add the following line if it does not exist:
A screenshot of a computerDescription automatically generated
Add ssh-rsa to the list of HostKeyAlgorithms.
A screenshot of a computerDescription automatically generated
Be sure to restart sshd on both endpoints and omnid on the LiveWire. Currently, only RSA and DSS keys are supported.
The user also needs to modify the /etc/sudoers file on the target host to allow tcpdump to run with elevated privilege.
A screenshot of a computerDescription automatically generated